home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / antenna / azproj10 / azprint.bat < prev    next >
DOS Batch File  |  1995-07-19  |  294b  |  8 lines

  1. @rem This sends directly to LPT1:
  2. gs386 -q -sDEVICE=cdj550 az_ini.ps -- az_proj.ps n_amer.wdb beacon.dat
  3.  
  4. @rem This sends to a file, that we then print (in binary)
  5. gs386 -q -sDEVICE=cdj550 -sOutputFile=ne_amer.cdj az_ini.ps -- az_proj.ps n_amer.wdb beacon.dat
  6. copy /b ne_amer.cdj LPT1:
  7.  
  8.